Granoflow

Created By
William Lynn15 days ago
Granoflow helps people plan and review work tasks, capture lessons from completed work, and turn durable insights into review cards for spaced practice. This MCP server lets AI agents connect to the local Granoflow app through its Local HTTP API.
Overview

Granoflow is an app for planning and reviewing work tasks. It helps extract knowledge and experience worth remembering from completed work, turn those insights into review cards, and make them available for quick retrieval or spaced review at reasonable intervals.

Granoflow's local features are free to use forever. If privacy is your concern, do not subscribe: without membership, your data never leaves your device or gets uploaded to the cloud.

The Granoflow MCP server exposes the Granoflow Local HTTP API as tools for AI agents, IDEs, and automation. It connects to the user's running local Granoflow app, does not host user data, does not store API tokens, and does not upload local tasks to a third-party MCP service.

Server Config

{
  "mcpServers": {
    "granoflow": {
      "command": "npx",
      "args": [
        "-y",
        "@granoflow/mcp-server"
      ],
      "env": {
        "GRANOFLOW_API_BASE_URL": "http://127.0.0.1:56789"
      }
    }
  }
}
Project Info
Created At
15 days ago
Updated At
15 days ago
Author Name
William Lynn
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Teardrop

9 days ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago